From: Max Semenik Date: Sat, 20 Jan 2018 00:35:44 +0000 (-0800) Subject: Remove 2 unused private fields from ApiFormatBase X-Git-Tag: 1.31.0-rc.0~812^2~3 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=62f3b7c5cc0ef5d118e9edb7c4b95b8fc6377ed6;p=lhc%2Fweb%2Fwiklou.git Remove 2 unused private fields from ApiFormatBase Change-Id: I20018c7c5a2bff451db44fdb605120942500c5e1 --- diff --git a/includes/api/ApiFormatBase.php b/includes/api/ApiFormatBase.php index 4348fc881d..5e14e30710 100644 --- a/includes/api/ApiFormatBase.php +++ b/includes/api/ApiFormatBase.php @@ -30,7 +30,7 @@ * @ingroup API */ abstract class ApiFormatBase extends ApiBase { - private $mIsHtml, $mFormat, $mUnescapeAmps, $mHelp; + private $mIsHtml, $mFormat; private $mBuffer, $mDisabled = false; private $mIsWrappedHtml = false; private $mHttpStatus = false;